Fixup coding style of a18d9856f7
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 26 Aug 2013 18:30:50 +0000 (11:30 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 26 Aug 2013 18:31:08 +0000 (11:31 -0700)
Change-Id: Ie2e85af64aee164d6ddb8f6a10ead983ffc02ac5

includes/templates/Userlogin.php

index 030b479..39091ef 100644 (file)
@@ -94,7 +94,7 @@ class UserloginTemplate extends BaseTemplate {
                        $this->msg( 'userlogin-yourpassword' );
 
                        if ( $this->data['useemail'] && $this->data['canreset'] && $this->data['resetlink'] === true ) {
-                               echo " ", Linker::link(
+                               echo ' ' . Linker::link(
                                        SpecialPage::getTitleFor( 'PasswordReset' ),
                                        $this->getMsg( 'userlogin-resetpassword-link' )->parse(),
                                        array( 'class' => 'mw-ui-flush-right' )